home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / software / poco / setup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMSELECTBOX / TFRMSELECTBOX.txt
Encoding:
Text File  |  2004-05-18  |  4.4 KB  |  150 lines

  1. object FrmSelectBox: TFrmSelectBox
  2.   Left = 368
  3.   Top = 123
  4.   Width = 223
  5.   Height = 284
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Select Mailboxes'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object PnlMain: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 215
  24.     Height = 210
  25.     Align = alClient
  26.     BevelOuter = bvLowered
  27.     TabOrder = 0
  28.     object MailTree: TElTree
  29.       Left = 1
  30.       Top = 1
  31.       Width = 213
  32.       Height = 208
  33.       Align = alClient
  34.       AlwaysKeepSelection = False
  35.       BorderStyle = bsNone
  36.       DragAllowed = True
  37.       DragRectAcceptColor = 11395500
  38.       DragRectDenyColor = 12040191
  39.       DragTrgDrawMode = ColorRect
  40.       Flat = True
  41.       FlatFocusedScrollbars = False
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clWindowText
  44.       Font.Height = -17
  45.       Font.Name = 'Arial'
  46.       Font.Style = []
  47.       GradientStartColor = clWhite
  48.       GradientEndColor = 16771306
  49.       HeaderHeight = 0
  50.       HeaderHotTrack = False
  51.       HeaderSections.Data = {
  52.         F4FFFFFF03000000F8E9890600000000FFFFFFFF000101010100636F6E000000
  53.         000000001027000000000000C4879A0200000000000002400000000000000106
  54.         0000000000000000000100000000000000000000000000000000000040000000
  55.         1F000000000000000E000000433A5C446174615C506F636F335C000060E58906
  56.         60E5890618000000456C4C6973742E64900000000D0000004D61696C626F7820
  57.         4E616D650001000000000000000000000000F8E9890600000000FFFFFFFF0001
  58.         01010100636F1E0000000A000000640000000000010074889A02010000000000
  59.         0240000000000000010600000000000000000001000000000000000000000000
  60.         000000000000400000001F000000000000000E000000433A5C446174615C506F
  61.         636F335C000060E5890660E5890618000000456C4C6973742E64900000000200
  62.         0000540001000000000000000000000000F8E9890600000000FFFFFFFF000001
  63.         010100636F1E00000000000000640000000000010034899A0202000000020002
  64.         4000000000000001060000000000000000000100000000000000000000000000
  65.         0000000000400000001F000000000000000E000000433A5C446174615C506F63
  66.         6F335C000060E5890660E5890618000000456C4C6973742E6490000000020000
  67.         00550001000000000000000000000000}
  68.       HeaderFlat = True
  69.       HideHintOnTimer = True
  70.       HideSelectColor = clGray
  71.       HideSelectTextColor = clWhite
  72.       HideSelection = True
  73.       HorzScrollBarStyles.MinThumbSize = 16
  74.       HorzScrollBarStyles.NoSunkenThumb = True
  75.       HorzScrollBarStyles.ShowTrackHint = False
  76.       HorzScrollBarStyles.Width = 21
  77.       HorzScrollBarStyles.ButtonSize = 21
  78.       HorzScrollBarStyles.UseXPThemes = False
  79.       Images = FrmMailboxes.ImagesMailbox
  80.       LineHeight = 21
  81.       LinesColor = clBtnShadow
  82.       LockHeaderHeight = True
  83.       MultiSelect = False
  84.       OwnerDrawByColumn = False
  85.       ParentFont = False
  86.       RightClickSelect = False
  87.       ScrollTracking = True
  88.       ShowCheckboxes = True
  89.       ShowLeafButton = False
  90.       ShowRoot = True
  91.       SortType = stCustom
  92.       StoragePath = 'Tree'
  93.       TabOrder = 0
  94.       TabStop = True
  95.       Tracking = False
  96.       UnderlineTracked = False
  97.       UseCustomScrollBars = False
  98.       VerticalLines = True
  99.       VertScrollBarStyles.Flat = False
  100.       VertScrollBarStyles.MinThumbSize = 8
  101.       VertScrollBarStyles.NoSunkenThumb = True
  102.       VertScrollBarStyles.ShowTrackHint = True
  103.       VertScrollBarStyles.ThumbSize = 18
  104.       VertScrollBarStyles.Width = 21
  105.       VertScrollBarStyles.ButtonSize = 21
  106.       VertScrollBarStyles.DrawBars = False
  107.       VertScrollBarStyles.UseXPThemes = False
  108.       UseXPThemes = False
  109.       TextColor = clBtnText
  110.       BkColor = clBtnFace
  111.       OnItemChecked = MailTreeItemChecked
  112.       OnKeyPress = MailTreeKeyPress
  113.     end
  114.   end
  115.   object PnlBottom: TPanel
  116.     Left = 0
  117.     Top = 210
  118.     Width = 215
  119.     Height = 34
  120.     Align = alBottom
  121.     BevelOuter = bvNone
  122.     TabOrder = 1
  123.     DesignSize = (
  124.       215
  125.       34)
  126.     object Button1: TButton
  127.       Left = 52
  128.       Top = 5
  129.       Width = 75
  130.       Height = 25
  131.       Anchors = [akTop, akRight]
  132.       Caption = 'OK'
  133.       Default = True
  134.       ModalResult = 1
  135.       TabOrder = 0
  136.     end
  137.     object Button2: TButton
  138.       Left = 134
  139.       Top = 5
  140.       Width = 75
  141.       Height = 25
  142.       Anchors = [akTop, akRight]
  143.       Cancel = True
  144.       Caption = 'Cancel'
  145.       ModalResult = 2
  146.       TabOrder = 1
  147.     end
  148.   end
  149. end
  150.